ChartStyle Class

Represents the char styles.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ChartStyle : BaseStyle
Inheritance
Object    Style    BaseStyle    ChartStyle

Constructors

ChartStyle Initializes a new instance of the ChartStyle class.
ChartStyle(String) Initializes a new instance of the ChartStyle class.

Properties

ChartProperties Specifies formatting properties for char.
Class
(Inherited from BaseStyle)
DataStyle
(Inherited from BaseStyle)
DisplayName Specifies the name of a style.
(Inherited from Style)
EnableAutoUpdate
(Inherited from BaseStyle)
Family
(Inherited from BaseStyle)
GraphicProperties Specifies formatting properties for graphic.
ListStyle
(Inherited from BaseStyle)
MasterPageName
(Inherited from BaseStyle)
Name Specifies names that are used for referencing style.
(Inherited from Style)
NextStyle
(Inherited from BaseStyle)
OutlineNumberingLevel
(Inherited from BaseStyle)
ParagraphProperties Specifies formatting properties for paragraph.
ParentStyle
(Inherited from BaseStyle)
StyleMappings
(Inherited from BaseStyle)
TextProperties Specifies formatting properties for text.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current ChartStyle object to its equivalent string representation.
(Overrides BaseStyleToString)

See Also